home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / eo.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  148 b   |  11 lines

  1. global gGizmo
  2.  
  3. on exitFrame
  4.   if tellEOLegendState(gGizmo) then
  5.     turnLegend(#on)
  6.   else
  7.     turnLegend(#off)
  8.   end if
  9.   stageCursorsOnOff(0)
  10. end
  11.